QuickOPC User's Guide and Reference
UANetworkServerDiscoveryQuery Constructor(String,IEnumerable<String>,UAApplicationTypes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UANetworkServerDiscoveryQuery Class > UANetworkServerDiscoveryQuery Constructor : UANetworkServerDiscoveryQuery Constructor(String,IEnumerable<String>,UAApplicationTypes)
The name of the machine that runs the discovery server that will be used for performing the discovery.
List of Server capability filters. Only records with all of the specified server capabilities are returned.
The type of application.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryHost As String, _
   ByVal serverCapabilityFilter As IEnumerable(Of String), _
   ByVal applicationTypes As UAApplicationTypes _
)
'Usage
 
Dim discoveryHost As String
Dim serverCapabilityFilter As IEnumerable(Of String)
Dim applicationTypes As UAApplicationTypes
 
Dim instance As New UANetworkServerDiscoveryQuery(discoveryHost, serverCapabilityFilter, applicationTypes)

Parameters

discoveryHost
The name of the machine that runs the discovery server that will be used for performing the discovery.
serverCapabilityFilter
List of Server capability filters. Only records with all of the specified server capabilities are returned.
applicationTypes
The type of application.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also